home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / hexedit.fpl.readme < prev    next >
Text File  |  1996-03-26  |  644b  |  27 lines

  1. ############################################
  2. File: HexEdit.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: edit the buffer by typing hexadecimal values
  6. Version: 1.0
  7. Date: 16.9.94
  8. Local settings: hex_edit
  9. Global settings:
  10. Keysequence:
  11. Type: Hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   HexEdit() is hooked to 'Output()' and is called when the local setting
  17. 'hex_edit' is set and you press a key.
  18.  
  19.   HexEdit() translates the hexadecimal number you press and change the
  20. current nybble (high first).  The cursor will be moved when the low nybble
  21. is changed.
  22.  
  23.  
  24. SEE ALSO
  25.   FACT_hex.FPL
  26.  
  27.